Micron Document
baubs git

Node / mirrors / respira / files / tsconfig.electron.json

Displaying Raw • Download

tsconfig.electron.json refactor/extract-sub-components (095c879e) Text, 241 B

{
"extends": "./tsconfig.json",
"compilerOptions": {
"baseUrl": ".",
"paths": {
"@/*": ["./src/*"]
},
"module": "commonjs",
"outDir": "dist-electron",
"types": ["node"]
},
"include": ["electron/**/*"]
}

Served by rngit 1.4.2 - Generated in 0.02s